home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / demos / mw2demo.dir / 00066.ls < prev    next >
Encoding:
Text File  |  1995-12-11  |  606 b   |  31 lines

  1. on mouseDown
  2.   puppetSound("ReturnB")
  3.   puppetSprite(13, 1)
  4.   set the castNum of sprite 13 to 64
  5.   updateStage()
  6.   startTimer()
  7.   repeat while the timer < 15
  8.     nothing()
  9.   end repeat
  10.   set the castNum of sprite 13 to 65
  11.   updateStage()
  12.   startTimer()
  13.   repeat while the timer < 15
  14.     nothing()
  15.   end repeat
  16.   set the castNum of sprite 13 to 64
  17.   updateStage()
  18.   startTimer()
  19.   repeat while the timer < 15
  20.     nothing()
  21.   end repeat
  22.   set the castNum of sprite 13 to 65
  23.   updateStage()
  24.   puppetSprite(13, 0)
  25.   startTimer()
  26.   repeat while the timer < 30
  27.     nothing()
  28.   end repeat
  29.   go("story final")
  30. end
  31.